-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove unused surface_integral
for prolong2mortar
functions
#2188
Remove unused surface_integral
for prolong2mortar
functions
#2188
Conversation
Review checklistThis checklist is meant to assist creators of PRs (to let them know what reviewers will typically look for) and reviewers (to guide them in a structured review process). Items do not need to be checked explicitly for a PR to be eligible for merging. Purpose and scope
Code quality
Documentation
Testing
Performance
Verification
Created with ❤️ by the Trixi.jl community. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2188 +/- ##
=======================================
Coverage 96.39% 96.39%
=======================================
Files 483 483
Lines 38333 38333
=======================================
Hits 36948 36948
Misses 1385 1385
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@ranocha do you remember why the argument was there in the first place? Did we plan on dispatching on it somehow? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We considered dispatching on it - maybe for entropy-stable mortars?
Well, since nobody is actively working on this (as far as I can tell) and it is easy to re-add if necessary, I'm ok with merging this once ready. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fine with it as well - but there are some CI errors such as https://github.com/trixi-framework/Trixi.jl/actions/runs/12142916734/job/33858547999?pr=2188#step:7:653
…ring/Trixi.jl into Remove_SurfInt_Prolon2Mortars
But wouldn't those be dispatched based on the mortar type, i.e., function prolong2mortars!(cache, u,
mesh::TreeMesh{2}, equations,
mortar_l2::LobattoLegendreMortarEC, # instead of LobattoLegendreMortarL2
dg::DGSEM) ? |
Yeah, that's true. Let's merge this PR when it's ready and CI passes. |
No description provided.